projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633d651
)
(auto-insert-alist): For html-mode, use `sgml-tag'.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jan 1996 05:54:33 +0000
(
05:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jan 1996 05:54:33 +0000
(
05:54
+0000)
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index c6aab8ff11c0913d13f3a23782f40598e3a14dd5..19d85390b60998734df370aebd23f304e11a624a 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-86,15
+86,7
@@
If this contains a %s, that will be replaced by the matching rule.")
("[Mm]akefile\\'" . "makefile.inc")
- ("\\.html\\'"
- nil
- "<html>\n"
- "<head>\n"
- "<title>" _ "</title>\n"
- "</head>\n"
- "<body>\n\n"
- "</body>\n"
- "</html>")
+ (html-mode . (lambda () (sgml-tag "html")))
(plain-tex-mode . "tex-insert.tex")
(bibtex-mode . "tex-insert.tex")